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.



5426
5427
5428
5429
5430
5431
5432
5433
5434
# File 'lib/models/porcelain.rb', line 5426

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