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