Class: Google::Apis::ProdTtSasportalV1alpha1::SasPortalProvisionDeploymentResponse

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

Overview

Response for [ProvisionDeployment]. [spectrum.sas.portal.v1alpha1.Provisioning. ProvisionDeployment].

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SasPortalProvisionDeploymentResponse

Returns a new instance of SasPortalProvisionDeploymentResponse.



1269
1270
1271
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 1269

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

Instance Attribute Details

#error_messageString

Optional. Optional error message if the provisioning request is not successful. Corresponds to the JSON property errorMessage

Returns:

  • (String)


1267
1268
1269
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 1267

def error_message
  @error_message
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1274
1275
1276
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 1274

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