class Google::Cloud::Storage::Policy::Binding

def hash

Other tags:
    Private: -
def hash
  [
    @role,
    @members,
    @condition&.to_gapi
  ].hash
end