public sealed class ApiConfig.Types.File : IMessage<ApiConfig.Types.File>, IEquatable<ApiConfig.Types.File>, IDeepCloneable<ApiConfig.Types.File>, IBufferMessage, IMessage
Reference documentation and code samples for the API Gateway v1 API class ApiConfig.Types.File.
[[["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."],[[["The `ApiConfig.Types.File` class is a lightweight representation of a file within the API Gateway v1 API, serving as reference documentation and code examples."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with protocol buffers."],["The class has two constructors, one default `File()` and another `File(ApiConfig.Types.File other)` for creating a copy, and two properties `Contents` and `Path`."],["Version history for this API class is available, ranging from version 1.0.0 to the latest version 2.4.0, with each version link available for access."],["The `Contents` property is of type `ByteString` and holds the byte contents of the file, while the `Path` property of type string stores the file's full or relative path."]]],[]]