class Google::Apis::CloudresourcemanagerV1beta1::FolderOperationError

A classification of the Folder Operation error.

Attributes

error_message_id[RW]

The type of operation error experienced. Corresponds to the JSON property `errorMessageId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudresourcemanager_v1beta1/classes.rb, line 568
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/cloudresourcemanager_v1beta1/classes.rb, line 573
def update!(**args)
  @error_message_id = args[:error_message_id] if args.key?(:error_message_id)
end