Skip to content

Commit d42103b

Browse files
authored
Merge pull request #70 from microsoftgraph/v1.0/pipelinebuild/65252
Generated v1.0 models and request builders using Kiota
2 parents f017df4 + 0e6f2fc commit d42103b

File tree

1,816 files changed

+2886
-2840
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,816 files changed

+2886
-2840
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions

admin/serviceannouncement/healthoverviews/health_overviews_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (m *HealthOverviewsResponse) Serialize(writer i04eb5309aeaafadd28374d79c847
8585
return err
8686
}
8787
}
88-
{
88+
if m.GetValue() != nil {
8989
cast := make([]i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, len(m.GetValue()))
9090
for i, v := range m.GetValue() {
9191
temp := v

admin/serviceannouncement/healthoverviews/item/issues/issues_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (m *IssuesResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b2675
8585
return err
8686
}
8787
}
88-
{
88+
if m.GetValue() != nil {
8989
cast := make([]i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, len(m.GetValue()))
9090
for i, v := range m.GetValue() {
9191
temp := v

admin/serviceannouncement/issues/issues_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (m *IssuesResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b2675
8585
return err
8686
}
8787
}
88-
{
88+
if m.GetValue() != nil {
8989
cast := make([]i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, len(m.GetValue()))
9090
for i, v := range m.GetValue() {
9191
temp := v

admin/serviceannouncement/messages/archive/archive_request_body.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func (m *ArchiveRequestBody) IsNil()(bool) {
5858
}
5959
// Serialize serializes information the current object
6060
func (m *ArchiveRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter)(error) {
61-
{
61+
if m.GetMessageIds() != nil {
6262
err := writer.WriteCollectionOfStringValues("messageIds", m.GetMessageIds())
6363
if err != nil {
6464
return err

admin/serviceannouncement/messages/favorite/favorite_request_body.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func (m *FavoriteRequestBody) IsNil()(bool) {
5858
}
5959
// Serialize serializes information the current object
6060
func (m *FavoriteRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter)(error) {
61-
{
61+
if m.GetMessageIds() != nil {
6262
err := writer.WriteCollectionOfStringValues("messageIds", m.GetMessageIds())
6363
if err != nil {
6464
return err

admin/serviceannouncement/messages/item/attachments/attachments_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (m *AttachmentsResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9
8585
return err
8686
}
8787
}
88-
{
88+
if m.GetValue() != nil {
8989
cast := make([]i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, len(m.GetValue()))
9090
for i, v := range m.GetValue() {
9191
temp := v

admin/serviceannouncement/messages/markread/mark_read_request_body.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func (m *MarkReadRequestBody) IsNil()(bool) {
5858
}
5959
// Serialize serializes information the current object
6060
func (m *MarkReadRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter)(error) {
61-
{
61+
if m.GetMessageIds() != nil {
6262
err := writer.WriteCollectionOfStringValues("messageIds", m.GetMessageIds())
6363
if err != nil {
6464
return err

admin/serviceannouncement/messages/markunread/mark_unread_request_body.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func (m *MarkUnreadRequestBody) IsNil()(bool) {
5858
}
5959
// Serialize serializes information the current object
6060
func (m *MarkUnreadRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter)(error) {
61-
{
61+
if m.GetMessageIds() != nil {
6262
err := writer.WriteCollectionOfStringValues("messageIds", m.GetMessageIds())
6363
if err != nil {
6464
return err

admin/serviceannouncement/messages/messages_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (m *MessagesResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b26
8585
return err
8686
}
8787
}
88-
{
88+
if m.GetValue() != nil {
8989
cast := make([]i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, len(m.GetValue()))
9090
for i, v := range m.GetValue() {
9191
temp := v

admin/serviceannouncement/messages/unarchive/unarchive_request_body.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func (m *UnarchiveRequestBody) IsNil()(bool) {
5858
}
5959
// Serialize serializes information the current object
6060
func (m *UnarchiveRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter)(error) {
61-
{
61+
if m.GetMessageIds() != nil {
6262
err := writer.WriteCollectionOfStringValues("messageIds", m.GetMessageIds())
6363
if err != nil {
6464
return err

admin/serviceannouncement/messages/unfavorite/unfavorite_request_body.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func (m *UnfavoriteRequestBody) IsNil()(bool) {
5858
}
5959
// Serialize serializes information the current object
6060
func (m *UnfavoriteRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter)(error) {
61-
{
61+
if m.GetMessageIds() != nil {
6262
err := writer.WriteCollectionOfStringValues("messageIds", m.GetMessageIds())
6363
if err != nil {
6464
return err

agreementacceptances/agreement_acceptances_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (m *AgreementAcceptancesResponse) Serialize(writer i04eb5309aeaafadd28374d7
8585
return err
8686
}
8787
}
88-
{
88+
if m.GetValue() != nil {
8989
cast := make([]i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, len(m.GetValue()))
9090
for i, v := range m.GetValue() {
9191
temp := v

agreements/agreements_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (m *AgreementsResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b
8585
return err
8686
}
8787
}
88-
{
88+
if m.GetValue() != nil {
8989
cast := make([]i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, len(m.GetValue()))
9090
for i, v := range m.GetValue() {
9191
temp := v

agreements/item/acceptances/acceptances_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (m *AcceptancesResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9
8585
return err
8686
}
8787
}
88-
{
88+
if m.GetValue() != nil {
8989
cast := make([]i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, len(m.GetValue()))
9090
for i, v := range m.GetValue() {
9191
temp := v

agreements/item/file/localizations/item/versions/versions_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (m *VersionsResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b26
8585
return err
8686
}
8787
}
88-
{
88+
if m.GetValue() != nil {
8989
cast := make([]i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, len(m.GetValue()))
9090
for i, v := range m.GetValue() {
9191
temp := v

agreements/item/file/localizations/localizations_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (m *LocalizationsResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471d
8585
return err
8686
}
8787
}
88-
{
88+
if m.GetValue() != nil {
8989
cast := make([]i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, len(m.GetValue()))
9090
for i, v := range m.GetValue() {
9191
temp := v

agreements/item/files/files_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (m *FilesResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b26751
8585
return err
8686
}
8787
}
88-
{
88+
if m.GetValue() != nil {
8989
cast := make([]i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, len(m.GetValue()))
9090
for i, v := range m.GetValue() {
9191
temp := v

agreements/item/files/item/versions/versions_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (m *VersionsResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b26
8585
return err
8686
}
8787
}
88-
{
88+
if m.GetValue() != nil {
8989
cast := make([]i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, len(m.GetValue()))
9090
for i, v := range m.GetValue() {
9191
temp := v

appcatalogs/teamsapps/item/appdefinitions/app_definitions_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (m *AppDefinitionsResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471
8585
return err
8686
}
8787
}
88-
{
88+
if m.GetValue() != nil {
8989
cast := make([]i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, len(m.GetValue()))
9090
for i, v := range m.GetValue() {
9191
temp := v

appcatalogs/teamsapps/teams_apps_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (m *TeamsAppsResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b2
8585
return err
8686
}
8787
}
88-
{
88+
if m.GetValue() != nil {
8989
cast := make([]i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, len(m.GetValue()))
9090
for i, v := range m.GetValue() {
9191
temp := v

applications/applications_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (m *ApplicationsResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df
8585
return err
8686
}
8787
}
88-
{
88+
if m.GetValue() != nil {
8989
cast := make([]i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, len(m.GetValue()))
9090
for i, v := range m.GetValue() {
9191
temp := v

applications/getavailableextensionproperties/get_available_extension_properties.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ func (m *GetAvailableExtensionProperties) Serialize(writer i04eb5309aeaafadd2837
158158
return err
159159
}
160160
}
161-
{
161+
if m.GetTargetObjects() != nil {
162162
err = writer.WriteCollectionOfStringValues("targetObjects", m.GetTargetObjects())
163163
if err != nil {
164164
return err

applications/getbyids/get_by_ids_request_body.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ func (m *GetByIdsRequestBody) IsNil()(bool) {
8282
}
8383
// Serialize serializes information the current object
8484
func (m *GetByIdsRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter)(error) {
85-
{
85+
if m.GetIds() != nil {
8686
err := writer.WriteCollectionOfStringValues("ids", m.GetIds())
8787
if err != nil {
8888
return err
8989
}
9090
}
91-
{
91+
if m.GetTypes() != nil {
9292
err := writer.WriteCollectionOfStringValues("types", m.GetTypes())
9393
if err != nil {
9494
return err

applications/item/checkmembergroups/check_member_groups_request_body.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func (m *CheckMemberGroupsRequestBody) IsNil()(bool) {
5858
}
5959
// Serialize serializes information the current object
6060
func (m *CheckMemberGroupsRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter)(error) {
61-
{
61+
if m.GetGroupIds() != nil {
6262
err := writer.WriteCollectionOfStringValues("groupIds", m.GetGroupIds())
6363
if err != nil {
6464
return err

applications/item/checkmemberobjects/check_member_objects_request_body.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func (m *CheckMemberObjectsRequestBody) IsNil()(bool) {
5858
}
5959
// Serialize serializes information the current object
6060
func (m *CheckMemberObjectsRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter)(error) {
61-
{
61+
if m.GetIds() != nil {
6262
err := writer.WriteCollectionOfStringValues("ids", m.GetIds())
6363
if err != nil {
6464
return err

applications/item/extensionproperties/extension_properties_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (m *ExtensionPropertiesResponse) Serialize(writer i04eb5309aeaafadd28374d79
8585
return err
8686
}
8787
}
88-
{
88+
if m.GetValue() != nil {
8989
cast := make([]i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, len(m.GetValue()))
9090
for i, v := range m.GetValue() {
9191
temp := v

applications/item/homerealmdiscoverypolicies/home_realm_discovery_policies_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (m *HomeRealmDiscoveryPoliciesResponse) Serialize(writer i04eb5309aeaafadd2
8585
return err
8686
}
8787
}
88-
{
88+
if m.GetValue() != nil {
8989
cast := make([]i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, len(m.GetValue()))
9090
for i, v := range m.GetValue() {
9191
temp := v

applications/item/homerealmdiscoverypolicies/ref/ref_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func (m *RefResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b
8484
return err
8585
}
8686
}
87-
{
87+
if m.GetValue() != nil {
8888
err := writer.WriteCollectionOfStringValues("value", m.GetValue())
8989
if err != nil {
9090
return err

applications/item/owners/owners_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (m *OwnersResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b2675
8585
return err
8686
}
8787
}
88-
{
88+
if m.GetValue() != nil {
8989
cast := make([]i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, len(m.GetValue()))
9090
for i, v := range m.GetValue() {
9191
temp := v

applications/item/owners/ref/ref_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func (m *RefResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b
8484
return err
8585
}
8686
}
87-
{
87+
if m.GetValue() != nil {
8888
err := writer.WriteCollectionOfStringValues("value", m.GetValue())
8989
if err != nil {
9090
return err

applications/item/tokenissuancepolicies/ref/ref_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func (m *RefResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b
8484
return err
8585
}
8686
}
87-
{
87+
if m.GetValue() != nil {
8888
err := writer.WriteCollectionOfStringValues("value", m.GetValue())
8989
if err != nil {
9090
return err

applications/item/tokenissuancepolicies/token_issuance_policies_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (m *TokenIssuancePoliciesResponse) Serialize(writer i04eb5309aeaafadd28374d
8585
return err
8686
}
8787
}
88-
{
88+
if m.GetValue() != nil {
8989
cast := make([]i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, len(m.GetValue()))
9090
for i, v := range m.GetValue() {
9191
temp := v

applications/item/tokenlifetimepolicies/ref/ref_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func (m *RefResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b
8484
return err
8585
}
8686
}
87-
{
87+
if m.GetValue() != nil {
8888
err := writer.WriteCollectionOfStringValues("value", m.GetValue())
8989
if err != nil {
9090
return err

applications/item/tokenlifetimepolicies/token_lifetime_policies_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (m *TokenLifetimePoliciesResponse) Serialize(writer i04eb5309aeaafadd28374d
8585
return err
8686
}
8787
}
88-
{
88+
if m.GetValue() != nil {
8989
cast := make([]i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, len(m.GetValue()))
9090
for i, v := range m.GetValue() {
9191
temp := v

applicationtemplates/application_templates_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (m *ApplicationTemplatesResponse) Serialize(writer i04eb5309aeaafadd28374d7
8585
return err
8686
}
8787
}
88-
{
88+
if m.GetValue() != nil {
8989
cast := make([]i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, len(m.GetValue()))
9090
for i, v := range m.GetValue() {
9191
temp := v

auditlogs/directoryaudits/directory_audits_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (m *DirectoryAuditsResponse) Serialize(writer i04eb5309aeaafadd28374d79c847
8585
return err
8686
}
8787
}
88-
{
88+
if m.GetValue() != nil {
8989
cast := make([]i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, len(m.GetValue()))
9090
for i, v := range m.GetValue() {
9191
temp := v

auditlogs/provisioning/provisioning_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (m *ProvisioningResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df
8585
return err
8686
}
8787
}
88-
{
88+
if m.GetValue() != nil {
8989
cast := make([]i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, len(m.GetValue()))
9090
for i, v := range m.GetValue() {
9191
temp := v

auditlogs/restrictedsignins/restricted_sign_ins_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (m *RestrictedSignInsResponse) Serialize(writer i04eb5309aeaafadd28374d79c8
8585
return err
8686
}
8787
}
88-
{
88+
if m.GetValue() != nil {
8989
cast := make([]i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, len(m.GetValue()))
9090
for i, v := range m.GetValue() {
9191
temp := v

auditlogs/signins/sign_ins_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (m *SignInsResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267
8585
return err
8686
}
8787
}
88-
{
88+
if m.GetValue() != nil {
8989
cast := make([]i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, len(m.GetValue()))
9090
for i, v := range m.GetValue() {
9191
temp := v

authenticationmethodconfigurations/authentication_method_configurations_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (m *AuthenticationMethodConfigurationsResponse) Serialize(writer i04eb5309a
8585
return err
8686
}
8787
}
88-
{
88+
if m.GetValue() != nil {
8989
cast := make([]i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, len(m.GetValue()))
9090
for i, v := range m.GetValue() {
9191
temp := v

0 commit comments

Comments
 (0)