Class: Google::Apis::IamV1::ListOauthClientCredentialsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/iam_v1/classes.rb,
lib/google/apis/iam_v1/representations.rb,
lib/google/apis/iam_v1/representations.rb

Overview

Response message for ListOauthClientCredentials.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListOauthClientCredentialsResponse

Returns a new instance of ListOauthClientCredentialsResponse.



1074
1075
1076
# File 'lib/google/apis/iam_v1/classes.rb', line 1074

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#oauth_client_credentialsArray<Google::Apis::IamV1::OauthClientCredential>

A list of OauthClientCredentials. Corresponds to the JSON property oauthClientCredentials



1072
1073
1074
# File 'lib/google/apis/iam_v1/classes.rb', line 1072

def oauth_client_credentials
  @oauth_client_credentials
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1079
1080
1081
# File 'lib/google/apis/iam_v1/classes.rb', line 1079

def update!(**args)
  @oauth_client_credentials = args[:oauth_client_credentials] if args.key?(:oauth_client_credentials)
end