class Google::Apis::CloudresourcemanagerV2::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_v2/classes.rb, line 581
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_v2/classes.rb, line 586
def update!(**args)
  @error_message_id = args[:error_message_id] if args.key?(:error_message_id)
end