public sealed class InputAttachment : IMessage<InputAttachment>, IEquatable<InputAttachment>, IDeepCloneable<InputAttachment>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class InputAttachment.
A group of information for attaching an input resource to this channel.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `InputAttachment` class within the Google Cloud Video Live Stream v1 API, specifically version 1.6.0."],["The `InputAttachment` class is used for defining the attachment of an input resource to a channel and is part of the `Google.Cloud.Video.LiveStream.V1` namespace."],["This class inherits from the base `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `InputAttachment` class include `AutomaticFailover` for failover configurations, `Input` for the resource name of an existing input, and `Key` for a unique identifier."],["The documentation also includes information on the available constructors and inherited members of the `InputAttachment` class, such as `GetHashCode`, `GetType` and `ToString`."]]],[]]