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 webpage provides reference documentation for the `InputAttachment` class within the Google Cloud Video Live Stream v1 API, specifically focusing on version 1.1.0."],["`InputAttachment` is a class used to group information for attaching an input resource to a channel, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers properties such as `AutomaticFailover`, `Input`, `InputAsInputName`, and `Key`, which allow for configurations related to failover, resource naming, and unique identification of input attachments."],["There are multiple versions of the `InputAttachment` class available, ranging from 1.0.0 to the latest version, 1.8.0, each with its respective documentation."],["The `InputAttachment` class provides two constructors, a parameterless one and one that accepts another instance of the `InputAttachment` class as a parameter, used to create an identical object."]]],[]]