Class: Google::Apis::ClouduseraccountsAlpha::LinuxGetAuthorizedKeysViewResponse
- Inherits:
-
Object
- Object
- Google::Apis::ClouduseraccountsAlpha::LinuxGetAuthorizedKeysViewResponse
- Defined in:
- generated/google/apis/clouduseraccounts_alpha/classes.rb,
generated/google/apis/clouduseraccounts_alpha/representations.rb,
generated/google/apis/clouduseraccounts_alpha/representations.rb
Instance Attribute Summary collapse
-
#resource ⇒ Google::Apis::ClouduseraccountsAlpha::AuthorizedKeysView
A list of authorized public keys for a user account.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LinuxGetAuthorizedKeysViewResponse
constructor
A new instance of LinuxGetAuthorizedKeysViewResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ LinuxGetAuthorizedKeysViewResponse
Returns a new instance of LinuxGetAuthorizedKeysViewResponse
353 354 355 |
# File 'generated/google/apis/clouduseraccounts_alpha/classes.rb', line 353 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource ⇒ Google::Apis::ClouduseraccountsAlpha::AuthorizedKeysView
A list of authorized public keys for a user account.
Corresponds to the JSON property resource
351 352 353 |
# File 'generated/google/apis/clouduseraccounts_alpha/classes.rb', line 351 def resource @resource end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
358 359 360 |
# File 'generated/google/apis/clouduseraccounts_alpha/classes.rb', line 358 def update!(**args) @resource = args[:resource] if args.key?(:resource) end |