Sha256: fc58d09efc4e980c4091591b4aca76f913fcc09b87790348f368206d6bca7e05
Contents?: true
Size: 1.33 KB
Versions: 2
Compression:
Stored size: 1.33 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::Graph::Mgmt::V1_6 module Models # # Server response for GetMemberGroups API call. # class GroupGetMemberGroupsResult include MsRestAzure # @return [Array<String>] A collection of group IDs of which the group is # a member. attr_accessor :value # # Mapper for GroupGetMemberGroupsResult class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'GroupGetMemberGroupsResult', type: { name: 'Composite', class_name: 'GroupGetMemberGroupsResult', model_properties: { value: { required: false, serialized_name: 'value', type: { name: 'Sequence', element: { required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems