Class: Google::Apis::ManagedidentitiesV1alpha1::DomainJoinMachineResponse
- Inherits:
-
Object
- Object
- Google::Apis::ManagedidentitiesV1alpha1::DomainJoinMachineResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/managedidentities_v1alpha1/classes.rb,
lib/google/apis/managedidentities_v1alpha1/representations.rb,
lib/google/apis/managedidentities_v1alpha1/representations.rb
Overview
DomainJoinMachineResponse is the response message for DomainJoinMachine method
Instance Attribute Summary collapse
-
#domain_join_blob ⇒ String
Offline domain join blob as the response Corresponds to the JSON property
domainJoinBlob
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DomainJoinMachineResponse
constructor
A new instance of DomainJoinMachineResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DomainJoinMachineResponse
Returns a new instance of DomainJoinMachineResponse.
617 618 619 |
# File 'lib/google/apis/managedidentities_v1alpha1/classes.rb', line 617 def initialize(**args) update!(**args) end |
Instance Attribute Details
#domain_join_blob ⇒ String
Offline domain join blob as the response
Corresponds to the JSON property domainJoinBlob
615 616 617 |
# File 'lib/google/apis/managedidentities_v1alpha1/classes.rb', line 615 def domain_join_blob @domain_join_blob end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
622 623 624 |
# File 'lib/google/apis/managedidentities_v1alpha1/classes.rb', line 622 def update!(**args) @domain_join_blob = args[:domain_join_blob] if args.key?(:domain_join_blob) end |