Sha256: 40ea12ddf037b1fbc485d9c103ea58cd7d579152734c50c89239ddccbce5e772
Contents?: true
Size: 1.88 KB
Versions: 2
Compression:
Stored size: 1.88 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Web::Mgmt::V2020_09_01 module Models # # Build properties for the static site. # class StaticSiteBuildProperties include MsRestAzure # @return [String] The path to the app code within the repository. attr_accessor :app_location # @return [String] The path to the api code within the repository. attr_accessor :api_location # @return [String] The path of the app artifacts after building. attr_accessor :app_artifact_location # # Mapper for StaticSiteBuildProperties class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'StaticSiteBuildProperties', type: { name: 'Composite', class_name: 'StaticSiteBuildProperties', model_properties: { app_location: { client_side_validation: true, required: false, serialized_name: 'appLocation', type: { name: 'String' } }, api_location: { client_side_validation: true, required: false, serialized_name: 'apiLocation', type: { name: 'String' } }, app_artifact_location: { client_side_validation: true, required: false, serialized_name: 'appArtifactLocation', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems