Show / Hide Table of Contents

Class UpdateTemplateZipUploadConfigSourceDetails

Update details for a configuration zip file.

Inheritance
object
UpdateTemplateConfigSourceDetails
UpdateTemplateZipUploadConfigSourceDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ResourcemanagerService.Models
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class UpdateTemplateZipUploadConfigSourceDetails : UpdateTemplateConfigSourceDetails

Properties

ZipFileBase64Encoded

Declaration
[JsonProperty(PropertyName = "zipFileBase64Encoded")]
public string ZipFileBase64Encoded { get; set; }
Property Value
Type Description
string
In this article
Back to top