Class: Google::Apis::IamV1::ListOauthClientCredentialsResponse
- Inherits:
-
Object
- Object
- Google::Apis::IamV1::ListOauthClientCredentialsResponse
- 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
-
#oauth_client_credentials ⇒ Array<Google::Apis::IamV1::OauthClientCredential>
A list of OauthClientCredentials.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListOauthClientCredentialsResponse
constructor
A new instance of ListOauthClientCredentialsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_credentials ⇒ Array<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 |