Google Chat V1 API - Class Google::Apps::Chat::V1::DeleteCustomEmojiRequest (v0.12.0)

Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::DeleteCustomEmojiRequest.

Request for deleting a custom emoji.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Required. Resource name of the custom emoji to delete.

    Format: customEmojis/{customEmoji}

    You can use the emoji name as an alias for {customEmoji}. For example, customEmojis/:example-emoji: where :example-emoji: is the emoji name for a custom emoji.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. Resource name of the custom emoji to delete.

    Format: customEmojis/{customEmoji}

    You can use the emoji name as an alias for {customEmoji}. For example, customEmojis/:example-emoji: where :example-emoji: is the emoji name for a custom emoji.

Returns
  • (::String) — Required. Resource name of the custom emoji to delete.

    Format: customEmojis/{customEmoji}

    You can use the emoji name as an alias for {customEmoji}. For example, customEmojis/:example-emoji: where :example-emoji: is the emoji name for a custom emoji.