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 Live Stream v1 API, specifically version 1.3.0."],["The `InputAttachment` class is used to define how an input resource is attached to a channel, serving as a group of configurations for this functionality."],["It includes properties such as `AutomaticFailover`, `Input`, `InputAsInputName`, and `Key` which provide various options such as failover configurations, resource name of an existing input, and a unique identifier for the input attachment."],["The `InputAttachment` class inherits from `object`, and it implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The latest version of the `InputAttachment` class available is 1.8.0, with the versions ranging from 1.0.0 to 1.8.0."]]],[]]