Method: SDM::RemoteIdentityGroupGetResponse#initialize

Defined in:
lib/models/porcelain.rb

#initialize(meta: nil, rate_limit: nil, remote_identity_group: nil) ⇒ RemoteIdentityGroupGetResponse

Returns a new instance of RemoteIdentityGroupGetResponse.



6733
6734
6735
6736
6737
6738
6739
6740
6741
# File 'lib/models/porcelain.rb', line 6733

def initialize(
  meta: nil,
  rate_limit: nil,
  remote_identity_group: nil
)
  @meta = meta == nil ? nil : meta
  @rate_limit = rate_limit == nil ? nil : rate_limit
  @remote_identity_group = remote_identity_group == nil ? nil : remote_identity_group
end