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.



1329
1330
1331
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 1329

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)


1327
1328
1329
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 1327

def error_message
  @error_message
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1334
1335
1336
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 1334

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