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
-
(::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
-
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.
-
(::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.